home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  144 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(3) then
  3.     go("MainMenu")
  4.   end if
  5.   checkhotspots()
  6.   hilitebuttons(11, 13)
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.